var runtime.starttime
4 uses
runtime (current package)
proc.go#L6897: var starttime int64
proc.go#L6901: if starttime == 0 {
proc.go#L6902: starttime = now
proc.go#L6906: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runq.size)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)